home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / bb2000 / files / BlueGame.dxr / 00187_warningFrameScript.ls < prev    next >
Encoding:
Text File  |  1998-02-20  |  426 b   |  18 lines

  1. global gGamesMasterObj, locateBubList
  2.  
  3. on exitFrame
  4.   cursor(-1)
  5.   if clearedPolice() then
  6.     killBubbles(gGamesMasterObj, locateBubList)
  7.     createBubble(gGamesMasterObj, "bubbleScript", locateBubList, "go")
  8.     customWait(1, 1.5)
  9.     killBubbles(gGamesMasterObj, locateBubList)
  10.     set the beenSetCaught of gGamesMasterObj to 0
  11.     toggleFreezeCar(0)
  12.     startTimer()
  13.     go("normal")
  14.   else
  15.     go(the frame)
  16.   end if
  17. end
  18.